dsh-tts:dsh web 的最终结果语音播报插件

dsh-tts 是一款由 vim0x3c 开发的 dsh web 语音播报插件(版本 0.1.0,MIT 许可证),旨在通过语音朗读降低长文本阅读成本。该插件利用 Edge TTS 技术,仅朗读助手最终答复结果,忽略中间步骤,支持长回复分段串行朗读、0.5×-2×语速调节及20多种音色选择。它提供内置审批提示音或自定义音频功能,并在Edge云合成失败时自动降级为浏览器本地Web Speech API。插件本体无第三方依赖,支持离线安装,需通过本地tarball配合-w标志安装至web profile。安装后,本地桥服务绑定127.0.0.1并占用8765-8780端口提供合成与健康检查接口,设

Read More
dsh-plugin-notify: Notification Egress Plugin for DSH

dsh-plugin-notify is a DeepSeek Harness plugin designed for the Windows environment, aimed at addressing the issue where users cannot receive timely updates on the Agent's status when away from the computer. It enables the Agent to invoke the `notify_user` tool by injecting system prompts, supporting proactive notifications upon completion of long-running tasks, errors, or when confirmation is required. The plugin provides an automatic fallback mechanism, including automatic alerts on session errors, desktop notifications at the end of turns, and Chinese voice calls when there is no interaction within a timeout period. Notification channels cover desktop pop-ups (toast), Chinese speech announcements (speak), and system alert sounds (sound), and support four synthetic sound effects such as "explosive" and "victory." Users can manually send notifications via the `/notify` command and adjust settings through environment variables or the configuration panel.

Read More
dsh-speak: Adding Voice Broadcast to DSH and Other AI Coding Harnesses

dsh-speak is a DSH web plugin maintained by Alan2Z, designed to address the pain point of users missing screen prompts during long tasks. It utilizes system speech synthesis technology to read aloud in real-time the final responses, approval requests, and agent queries from DSH sessions. The plugin supports both Windows (SAPI5) and macOS (say command), prioritizes natural speech, and includes automatic cleaning of Markdown, URLs, and emojis to adapt to speech synthesis. Its core features include: monitoring event streams and broadcasting key information, a best-effort operating mode (non-blocking, no exceptions thrown), and the Bundle auto-registration feature introduced in version 1.3.0, which simplifies installation and configuration. The installation is flexible, supporting npm or gi...

Read More